home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / sgml / msdos / sgml07 / arcsynrf.c < prev    next >
Encoding:
C/C++ Source or Header  |  1992-02-11  |  1.3 KB  |  74 lines

  1. /* ARCSYNRF: Reserved names and other constants for reference concrete syntax.
  2. */
  3. #include "config.h"
  4. #include "entity.h"           /* Templates for entity control blocks. */
  5. #include "synxtrn.h"          /* Declarations for concrete syntax constants. */
  6. #include "adl.h"              /* Definitions for attribute list processing. */
  7. UNCH key[NKEYS][REFNAMELEN+1] = {
  8.      "ANY",
  9.      "ATTLIST",
  10.      "CDATA",
  11.      "CONREF",
  12.      "CURRENT",
  13.      "DEFAULT",
  14.      "DOCTYPE",
  15.      "DTD",
  16.      "ELEMENT",
  17.      "EMPTY",
  18.      "ENDTAG",
  19.      "ENTITIES",
  20.      "ENTITY",
  21.      "FIXED",
  22.      "ID",
  23.      "IDLINK",
  24.      "IDREF",
  25.      "IDREFS",
  26.      "IGNORE",
  27.      "IMPLIED",
  28.      "INCLUDE",
  29.      "INITIAL",
  30.      "LINK",
  31.      "LINKTYPE",
  32.      "MD",
  33.      "MS",
  34.      "NAME",
  35.      "NAMES",
  36.      "NDATA",
  37.      "NMTOKEN",
  38.      "NMTOKENS",
  39.      "NONSGML",
  40.      "NOTATION",
  41.      "NUMBER",
  42.      "NUMBERS",
  43.      "NUTOKEN",
  44.      "NUTOKENS",
  45.      "O",
  46.      "PCDATA",
  47.      "PI",
  48.      "PUBLIC",
  49.      "RCDATA",
  50.      "RE",
  51.      "REQUIRED",
  52.      "RESTORE",
  53.      "RS",
  54.      "SDATA",
  55.      "SHORTREF",
  56.      "SIMPLE",
  57.      "SPACE",
  58.      "STARTTAG",
  59.      "SUBDOC",
  60.      "SYSTEM",
  61.      "TEMP",
  62.      "USELINK",
  63.      "USEMAP"
  64. };
  65. /*
  66. Local Variables:
  67. c-indent-level: 5
  68. c-continued-statement-offset: 5
  69. c-brace-offset: -5
  70. c-argdecl-indent: 0
  71. c-label-offset: -5
  72. End:
  73. */
  74.